<#2060#>
Returns a number of the maximally precise representation expressed by the given <#1118#>string<#1118#>. <#1119#>Radix<#1119#> must be an exact integer, either 2, 8, 10, or 16. If supplied, <#1120#>radix<#1120#> is a default radix that may be overridden by explicit syntax in <#1121#>string<#1121#> (e.g. <#1122#>;SPMquot;#o177;SPMquot;<#1122#>). If <#1123#>radix<#1123#> is not supplied, then the default radix is 10. If <#1124#>string<#1124#> is not a syntactically valid notation for a number, then <#1125#>string-;SPMgt;number<#1125#> returns <#1126#><#1126#>.